Objects Reference

flyEngine::get_active_object

Prototype

bsp_object *get_active_object(char *name)

Parameters

Parameter Type Description
name char * object name

Return Value

Returns a pointer to the given object or NULL if object not found.

Remarks

This function is used to get objects from the active objects linked list. It returns the object pointer for a given string based name.